home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / MAXLT301.ZIP / MAXLIST.DOC < prev    next >
Encoding:
Text File  |  1995-12-26  |  8.3 KB  |  208 lines

  1.  
  2.         ▄██████▄ ▄█████▄ ██▄ ▄██ ▐██▌ ▄██████▄ ██   ██ ▄█████▄
  3.         ██ ██ ██ ██▄▄▄██  ▀███▀   ██  ██ ██ ██ ██   ██ ██▄▄▄▄
  4.         ██ ██ ██ ██▀▀▀██  ▄███▄   ██  ██ ██ ██ ██   ██  ▀▀▀▀██
  5.         ██ ██ ██ ██   ██ ██▀ ▀██ ▐██▌ ██ ██ ██ ▀█████▀ ▀█████▀
  6.  
  7.         ██      ▐██▌ ▄█████▄ ███████
  8.         ██       ██  ██▄▄▄▄    ▐█▌        MaxList
  9.         ██       ██   ▀▀▀▀██   ▐█▌        Version  3.01hp
  10.         ███████ ▐██▌ ▀█████▀   ▐█▌        Updated 13-12-95
  11.  
  12.                  Copyright 1995 by Frans Altena
  13.  
  14.         MAXLIST was written by Frans Altena as a full operational
  15.         shareware program.
  16.         (Please read the WhatsNew.!!!-file)
  17.  
  18.      Program Information:
  19.      ════════════════════
  20.  
  21.      MaxList-for-Maximus is a new system of presenting a BBS' Allfiles-
  22.      and Newfiles-List and it is specially made for use with the
  23.      Maximus BBS-system versions 2.x and 3.0 by Scott Dudley.
  24.  
  25.      MKMAXLST.EXE -
  26.      - is the main exec-program,
  27.      - will create those very special AllFiles- and NewFiles-programs,
  28.        which have a lot of options, already implemented or planned for
  29.        future releases.
  30.      - will make a log-file.
  31.      - reads your Maximus' FILEAREA.CTL-file in your BBS directory and
  32.        then creates a 'MaxList' of all files, which are on-line on your
  33.        BBS-system or are recently received.
  34.      - MKMAXLST.EXE uses a plain-Ascii config-file and can run in
  35.        your daily BBS-maintenance-event.
  36.  
  37.      The mentioned programs are not just Ascii-files, but Exec-files
  38.      with -
  39.         - a built-in full-color Menuing system,
  40.         - very fast Find-options,
  41.         - Mark-options,
  42.         - creation of a file, which contains a list of all marked files.
  43.         - information screens, both at the beginning and the end of
  44.           the viewing session, to inform your users with any information
  45.           you want ( Remote refreshment is possible ! ).
  46.         - a name of your own choice (*.EXE).
  47.         - automatic video detection.
  48.         - On-Line help via F1
  49.  
  50.      MaxList' sister-program "MaxFreq" can be used by your Points for
  51.      automatic file-requesting by using those marker-files.
  52.  
  53.                                                                -1-
  54.      What's new:
  55.      ═══════════
  56.  
  57.      Practically all remarks from beta-testers were implemented in
  58.      version 2.50,
  59.  
  60.      NewFiles-improvements (v.2.60),
  61.  
  62.      Clearing of Mecca-tokens (v.2.70)  (see also .CFG),
  63.  
  64.      Better word-wrapping in the description-text, when necessary (v.2.81).
  65.  
  66.      Now compatible with Maximus version 3.0 (v.3.0).
  67.  
  68.      MaxList v.3.0 unregistered produced only 20 areas in the output-file.
  69.      This small bug has been fixed and also the banner made by Downsort
  70.      in the Files-BBS-file looks better now.
  71.  
  72.      Installation:
  73.      ═════════════
  74.  
  75.      1. Unpack the MaxList-package in a Maximus subdir,
  76.         f.i.: c:\max\maxlist
  77.  
  78.      2. Edit MKMAXLST.CFG  (Help available)
  79.  
  80.      3. Maximus' FileArea.CTL:
  81.      3-1.   Check Filearea.ctl in the Maximus directory!
  82.             MaxList needs a full path  [driveletter incl.]  after the used
  83.             keywords !!
  84.             If not done so, MaxList cannot find the areas or will give
  85.             a disturbed outputfile, when a full-path has been omitted in a
  86.             certain area.
  87.      3-2-1. MaxList will not read a Files.bbs-file and will create an empty
  88.             area in the output-file, when the following keyword is
  89.             present:  %%EXCLUDEAREA
  90.      3-2-2. MaxList will create an empty area in the output-file, when for
  91.             some reason a Files.BBS-file is not present at all in one or more
  92.             of your file-directories.
  93.             In both cases it will show this with an Error-message, but will
  94.             continue to operate !
  95.      3-3.   MaxList will read a nested .CTL file just once, but it is
  96.             possible to 'include' more than one .CTL-file in your
  97.             FileArea.CTL.
  98.      3-4.   MaxList will read Max/2.x and Max/3.0 .CTL-files.
  99.  
  100.                 ══════FileArea.CTL═════(Maximus v.2.x-style)═══════
  101.                 Area 13
  102.                         %%EXCLUDEAREA
  103.                         FileAccess      Limited
  104.                         FileInfo        13 Compressie/Archivering
  105.                         Download        D:\FILE\COMPRESS\
  106.                         Upload          C:\UPLOAD\
  107.                 End Area
  108.  
  109.                 Include c:\max\cd\cdrom1.ctl   (Full path !!)
  110.               %  Include c:\max\cd\cdrom2.ctl  (Excluded / Off-Line)
  111.                 Include c:\max\cd\cdrom3.ctl
  112.                 ════════════════════════════════════════════════════
  113.  
  114.                                                                -2-
  115.      Operation
  116.      ═════════
  117.  
  118.      Cmd-line: MkMaxLst [x]
  119.  
  120.      1 - Maxlist will generate an 'Allfiles List' by running MkMaxLst
  121.          without any parameter.
  122.      2 - To generate a 'Newfiles List', it is necessary to use the
  123.          parameter 'x', where 'x' stands for the number of days for
  124.          which MaxList will look back for your newly received files.
  125.  
  126.      Different MaxList'-style Lists:
  127.      ═══════════════════════════════
  128.  
  129.      It is possible to create all kinds of different Lists by using
  130.      various .CFG and .CTL files.
  131.      MaxList uses his own MkMaxLst.CFG and Maximus' FileArea.CTL.
  132.      By changing those .CFG and .CTL files to your own wishes and
  133.      giving them different names, you can put those files in a separate
  134.      directory and use them in special batch-files.
  135.      A copy command will do the trick and don't forget to restore the
  136.      original .cfg and .ctl files!
  137.  
  138.      Happy batch-programming!
  139.  
  140.  
  141.      Shareware Notice, Legal Stuff and Disclaimer
  142.      ════════════════════════════════════════════
  143.  
  144.      Maxlist is copyrighted software owned by Frans Altena.
  145.      Maxlist is NOT public-domain or freeware.
  146.      You may use this package for an evaluation period of 30 days.
  147.      After this period you have to register MaxList or stop using it!
  148.  
  149.      To register MaxList, please refer to Register.Max
  150.  
  151.      Maxlist is provided 'as-is', without warranty of any kind, neither
  152.      expressed nor implied.
  153.      I only guarantee MaxList occupies diskspace.
  154.                                                                -3-
  155.      In no event will the author be liable to you for any damages,
  156.      including lost profits, lost savings or other incidental or
  157.      consequential damages arising out of the use of this program.
  158.  
  159.      Registered users receive a key.
  160.      This key-file is NOT to be distributed!
  161.  
  162.      Reporting bugs:
  163.      ═══════════════
  164.  
  165.      If you find a bug, I would like to know about it.
  166.      Please report all bugs and also any suggestion.
  167.  
  168.      Enjoy!
  169.  
  170.      Fidonet:   Frans Altena, author    Fido 2:500/109.4
  171.                 Bergstraat 49
  172.                 7161 EG Neede
  173.                 The Netherlands
  174.      or via
  175.  
  176.      Fidonet :  Jaap Streuper           Fido 2:500/109
  177.      Internet:  j.streuper@dosgg.nl
  178.  
  179.  ──────────────────────────────────────────────────────────────────────────
  180.      File-Name Information:
  181.  
  182.      MAXLT300.ARJ     MaxList-for-Maximus Version 3.00hp   Magic: MAXLIST
  183.      MAXFQ220.ARJ     MaxFreq-for-Maximus Version 2.2      Magic: MAXFREQ
  184.  
  185.         Both magic filenames are valid for every support BBS.
  186.         MaxFreq will also be distributed together with MaxList
  187.         in the MaxList-package.
  188.  
  189.         Sysops are requested to extract a copy of MaxFreq from the
  190.         MaxList-package for separate and simultanuous distribution.
  191.  
  192.  ══════════════════════════════════════════════════════════════════════════
  193.                    ╥──╖ ╓───╖ ╓───   ╓─── ╓───              CP/M
  194.                    ║  ║ ║   ║ ╙──╖   ║ ─╖ ║ ─╖            PC/MS-DOS
  195.                    ╨──╜ ╙───╜ ───╜   ╙──╜ ╙──╜              OS/2
  196.              DataBoss-Groenlo BBS  -  Fido 2:500/109
  197.                           The Netherlands
  198.  
  199.   Sysop   : Jaap Streuper                               December 1995
  200.   Internet: j.streuper@dosgg.nl
  201.  
  202.  ──────────────────────────────────────────────────────────────────────────
  203.                 * Another fine product from The Netherlands *
  204.  ──────────────────────────────────────────────────────────────────────────
  205.  
  206.                                                               - 4 -
  207.  
  208.